home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global currenttxt, currenttitle
- cursor(4)
- puppetPalette("movie menu palette")
- puppetSprite(12, 1)
- puppetSprite(13, 1)
- puppetSprite(23, 1)
- puppetSprite(24, 1)
- puppetSprite(25, 1)
- puppetSprite(27, 1)
- puppetSprite(48, 1)
- if the soundEnabled = 0 then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to cast "SoundOff6"
- updateStage()
- end if
- set the castNum of sprite 23 to the number of cast "clip1.pict"
- set the castNum of sprite 24 to the number of cast "clip2.pict"
- set the castNum of sprite 25 to the number of cast "clip3.pict"
- set the text of cast "base title" to currenttitle
- set the text of cast "base txt" to currenttxt
- cursor(-1)
- updateStage()
- end
-